projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb64230
)
(compute_motion): Fix comment.
author
Karl Heuer
<kwzh@gnu.org>
Tue, 20 Sep 1994 05:17:41 +0000
(
05:17
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Tue, 20 Sep 1994 05:17:41 +0000
(
05:17
+0000)
src/indent.c
patch
|
blob
|
history
diff --git
a/src/indent.c
b/src/indent.c
index b50fab4f6a4bf056ceefaeb983ffe3a0f6c0a445..e34d1ec701de334fc8add5a5c14a2c245ce8988e 100644
(file)
--- a/
src/indent.c
+++ b/
src/indent.c
@@
-417,7
+417,7
@@
struct position val_compute_motion;
window_width - 1
- (has_vertical_scroll_bars
- ?
VERTICAL_SCROLL_BAR_WIDTH
+ ?
FRAME_SCROLL_BAR_COLS (XFRAME (window->frame))
: (window_width + window_left != frame_width))
where